From c185594788c7b0f6ebb943ea28d85c816c7a83be Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Fri, 5 May 2006 16:46:48 +0100 Subject: [PATCH] Remove ssidref field from test -- this now only works if there is a policy in place at the time. Signed-off-by: Ewan Mellor --- tools/python/xen/xm/tests/test_create.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/python/xen/xm/tests/test_create.py b/tools/python/xen/xm/tests/test_create.py index 7bbe709834..2aa13549bc 100644 --- a/tools/python/xen/xm/tests/test_create.py +++ b/tools/python/xen/xm/tests/test_create.py @@ -112,7 +112,6 @@ on_crash = 'destroy' ''' name = "testname" memory = 256 -ssidref = 1 kernel = "/mykernel" maxmem = 1024 cpu = 2 @@ -132,7 +131,6 @@ cpu_weight = 0.75 'memory' : 256, 'maxmem' : 1024, 'cpu' : 2, - 'ssidref' : 1, 'cpu_weight' : 0.75, 'vcpus' : 1, 'boot' : 'c', -- 2.30.2